home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / python2.5-minimal / README.Debian < prev   
Encoding:
Text File  |  2007-05-02  |  2.5 KB  |  109 lines

  1. Contents of the python2.5-minimal package
  2. -----------------------------------------
  3.  
  4. python2.5-minimal consists of a minimum set of modules which may be needed
  5. for python scripts used during the boot process.  If other packages
  6. are needed in these scripts, don't work around the missing module, but
  7. file a bug report against this package. The modules in this package
  8. are:
  9.  
  10.   __builtin__        builtin
  11.   __future__        module
  12.   _codecs        builtin
  13.   _random        extension
  14.   _socket        extension
  15.   _sre            builtin
  16.   _struct        extension
  17.   _symtable        builtin
  18.   _types        builtin
  19.   ConfigParser        module
  20.   StringIO        module
  21.   UserDict        module
  22.   cStringIO        extension
  23.   array            extension
  24.   binascii        extension
  25.   compileall        module
  26.   copy            module
  27.   copy_reg        module
  28.   dis            module
  29.   errno            builtin
  30.   exceptions        builtin
  31.   fcntl            extension
  32.   fnmatch        module
  33.   getopt        module
  34.   glob            module
  35.   grp            extension
  36.   hashlib        module
  37.   imp            builtin
  38.   inspect        module
  39.   itertools        extension
  40.   linecache        module
  41.   marshal        builtin
  42.   math            extension
  43.   md5            module
  44.   opcode        module
  45.   operator        extension
  46.   optparse        module
  47.   os            module
  48.   pickle        module
  49.   platform        module
  50.   popen2        module
  51.   posix            builtin
  52.   posixpath        module
  53.   pwd            builtin
  54.   py_compile        module
  55.   random        module
  56.   re            module
  57.   repr            module
  58.   select        extension
  59.   sha            module
  60.   socket        module
  61.   sre            module
  62.   sre_compile        module
  63.   sre_constants        module
  64.   sre_parse        module
  65.   stat            module
  66.   string        module
  67.   strop            extension
  68.   struct        module
  69.   subprocess        module
  70.   sys            builtin
  71.   syslog        extension
  72.   tempfile        module
  73.   textwrap        module
  74.   time            extension
  75.   token            module
  76.   tokenize        module
  77.   traceback        module
  78.   types            module
  79.   unicodedata        extension
  80.   warnings        module
  81.   zlib            extension
  82.  
  83. Included are as well the codecs and stringprep modules, and the encodings
  84. modules for all encodings except themultibyte encodings and the bz2 codec.
  85.  
  86. The following modules are excluded, their import is guarded from the
  87. importing module (i.e. omit the import of _ssl in socket):
  88.  
  89.   _hashlib    hashlib
  90.   os        nt ntpath os2 os2emxpath mac macpath
  91.         riscos riscospath riscosenviron
  92.   optparse    gettext
  93.   pickle    doctest
  94.   platform    tempfile
  95.   socket    _ssl
  96.   subprocess    threading
  97.  
  98. This list was derived by looking at the modules in the perl-base package,
  99. then adding python specific "core modules".
  100.  
  101. TODO's
  102. ------
  103.  
  104. - time.strptime cannot be used. The required _strptime module is not
  105.   included in the -minimal package yet. _strptime, locale, _locale and
  106.   calendar have to be added.
  107.  
  108. - modules used very often in the testsuite: copy, cPickle, operator.
  109.